 @import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
     padding-top: 3rem; 
    font-family: 'Poppins', sans-serif;
    
  }
  .bg-efx{
    top: 42em;
    left: 0;
    height: 78em;
    max-width: none;
  }
  .bg-right-efx{
    top: 100em;
    right: 0;
    height: 61em;
    max-width: none;

  }
  ::selection {
     background: #d41b17;
     color: #fff; 
     transition: all 0s;

    }
  hr{
    width: 20%;
    color:#ff9411;
    border-top:solid 8px #ff9411;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;

  }
h2,h1,h3{
    font-family: 'Unbounded', cursive;
}

nav{
    background-color: #ffff;
}
#nav-menu .container-fluid{
    
    /* padding: 30px 220px; */
   
   
}
#nav-menu .menu{
    
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    
    align-items: center;
    */
    
}
#nav-menu .menu img{
    width: 217px;
    height: 58px;
}
#nav-menu .menu ul{
    /* display: flex;
    list-style: none; */
    font-weight: 600;
    margin-left: auto;
    
    
    
    
    
}
#nav-menu .menu li a{
    text-decoration: none;
    font-size: 13px;
    margin: 0 16px;
    color: #d41b17;
    border: solid 1px #d41b17;
    padding: 10px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    

}
#nav-menu .menu li a:active{
    background-color: #d41b17;
    color: #ffff;
    padding: 10px 25px;
    border-radius: 50px;
    box-shadow: 14px 19px 40px -1px #d41a173a;

}
#nav-menu .menu li a:hover{
    background-color: #d41b17;
    color: #ffff;
    padding: 10px 25px;
    border-radius: 50px;
    box-shadow: 14px 19px 40px -1px #d41a173a;
  
    
}
/* #nav-menu .menu.ativo{
    background-color: #ffff;
    
    border-radius: 80px;
    transition: all 0.5s;
    padding: 30px 40px;
    box-shadow: 9px 10px 34px -9px rgba(0,0,0,0.21);


} */

#slideshow{
    padding: 0;
    background-color: #ffff;
    height: 75vh;
    display: flex;
    align-items: center;
}
#slideshow h1{
    color: #ff9411;
    font-size: 60px;
}
#slideshow p{
    color: #1c191b;
    font-weight: 400;
    
}
#about-us .container{
    display: flex;
    padding: 70px;
    
}
#about-us .container img{
    width: 60%;
    padding-left: 100px;
}
#about-us .container h2{
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1c191b;
    text-align: center;
    font
}
#about-us .container p{
    font-size: 23px;
    color: #1c191b;
    line-height: 50px;
}
#services{
    background-color: #1c191b;
}
#services .container{
   padding: 70px;
}
#services h2{

    color: #ffff;
    font-size: 70px;
    font-weight: 700;
   
    text-align: center;
}
#services .services-inner .col-4{
    padding:20px;
}
#services .services-inner i{
    color: #ffff;
    font-size: 2vw;
    margin: 30px 0;
}
#services .services-inner h3{
    color:#ff9411 ;
     margin-bottom: 15px;
    font-size: 1.7vw;
    line-height: 130%;
    font-weight: 600;

}
#services .services-inner p{
    color: #ffff;
    font-size: 1.2vw;
    line-height: 230%;
}
#clients{
    background-color: #ffff;
}
#clients .container{
padding: 70px;
display: flex;
flex-direction: column;

}
#clients h2{
    color: #1c191b;
    font-size: 70px;
    font-weight: 700;
  
    text-align: center;
}
#clients ul{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    margin-right: 20px;
    justify-content: center;
}
#clients li{
    list-style: none;
    display: flex;
 

    width: 200px;
    height: 120px;
    position: relative;
    cursor: pointer;
    margin:10px;
    margin-right: 80px;
    transition: all 0.2s linear 0s;
    filter: grayscale(1);
    




}
#clients li:hover{
    transform: scale(1.1);
    filter: grayscale(0);
    cursor:default;
}
#our-saying{
    background-color: #d41b17;
    color: #ffff;
    padding: 40px;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    font-style: italic;
    
}
#our-saying p{
    margin:0;
}

#contact-us {
    background-color: #ffff;
     text-align: center;
     padding: 150px;
}
#contact-us h2{
    color: #1c191b;
    font-size: 70px;
    font-weight: 700;
}
#contact-us p{
    color: #8b8b8b;
    font-size: 1.3rem;
    margin-bottom: 60px;
    font-weight: 600;
    
}
#contact-us a{
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #d41b17;
    padding: 30px;
    text-decoration:none;
    font-size:24px;
    color: #ffff;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.2s linear 0s;



}

    
    
    

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #d41a1725;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #d41a1732;
}
.btn{
    background-color: #d41b17;
    padding: 10px;
    margin-top: 20px;
    border: none;
}
.btn:hover{
    background-color: #c81613;
    
}
#footer{
    background-color: #ffff;


}

#footer span{
    text-transform: uppercase;
    font-size: 14px;

}
#footer a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;

}
#footer a:hover{
    color:#d41b17;
}


/* Contactos Style */
#contact-us-hero{
    padding: 0;
    background-color:#fff;
    height: 27vh;
    display: flex;
    align-items: center;
    padding-top: 300px;
    

}
#contact-us-hero h1{
    color: #ff9411;
    font-size: 70px;
}
#contact-us-hero p{
    color: #8b8b8b;
    font-weight: 400;
   
    
}


#contacts h2{
    font-size: 70px;
    text-align: center;
    padding: 50px 0 90px 0;
    margin: 0;
    text-transform: uppercase;
}

#contacts .section-text{
    text-align: center;
    font-size: 30px;
    padding-bottom: 70px;
    font-weight: 200;
}
#contacts i{
    font-size: 28px;
    padding-bottom: 18px
}
#contacts .contacts-info p, a{
font-size: 30px;
text-align: center;
text-decoration: none;
color: #1c191b;
}
#contacts .contacts-info a{
    display: block;
}
#contacts .contacts-info a:hover{
    color: #1c191b;
    cursor: pointer;
    text-decoration: underline;
}
#contacts .contacts-info{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 250px;
}

/* Contactos Style */
[data-anime]{
    opacity: 0;
    transition: .8s;
}
[data-anime="left"]{
    transform: translate3d(-50px, 0 , 0);
}
[data-anime="right"]{
    transform: translate3d(50px, 0 , 0);
}
[data-anime="down"]{
    transform: translate3d(0, 50px , 0);
}
[data-anime].animate{
    opacity: 1;
    transform: translate3d(0px , 0px , 0px );
}
/* Responsividade */
@media (max-width:1200px){
    .services-inner{
        display: flex;
        flex-direction: column;
        align-items: center;
    
    }
    div .col-4{
        width: 70%;
        padding: 0;
    }
    #services .services-inner i{
        font-size: 70px;
    }
    #services .services-inner p{
        font-size: 16px;
        line-height: 28px;
    }
    #services .services-inner h3{
        font-size: 20px;
    }
    .bg-efx{
        display: none;
    }
    .bg-right-efx{
        display: none;
    }
    #about-us .container h2{
        font-size: 45px;
        
    }
    #services h2{
        font-size: 45px;
        text-align: center;
       
    }
    #clients h2{
        font-size: 45px;
    }
    #contact-us h2{
        font-size: 45px;
        text-align: center;
    }
    #contacts .contacts-info{
        padding-top: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    #contacts .contacts-info div{
        margin-top: 30px;
    }
    #contact-us-hero h1{
        font-size: 50px;
        padding: 30px;
        text-align: center;
    }
    #contact-us-hero p{
        text-align: center;
    }
    
}
@media (max-width:945px){
    #slideshow img{
        margin-right: auto!important;
        margin-left: auto!important;
        
    }
    #slideshow h1{
        font-size:45px;
        padding: 18px;
        text-align: center;
    }
    #slideshow p{
        text-align: center;
    }
    .services-inner{
        display: flex;
        flex-direction: column;
        align-items: center;
    
    }
    div .col-4{
        width: 90%;
        padding: 0;
    }
    #services .services-inner i{
        font-size: 70px;
    }
    #services .services-inner p{
        font-size: 16px;
        line-height: 28px;
    }
    #services .services-inner h3{
        font-size: 20px;
    }
    .bg-efx{
        display: none;
    }
    .bg-right-efx{
        display: none;
    }
    
    h2{
        font-size: 1px;
        
    }
}
@media (max-width:737px){
    .services-inner{
  
      
}